home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
vivid
/
getat2.dir
/
00099_Script_99
< prev
next >
Wrap
Text File
|
1996-11-09
|
482b
|
22 lines
on Installa_Book
global BOOK
--Questa procedura installa la lista Book
set Loop=0
set Loop2=0
set BOOK=[]
repeat with Loop= 1 to 30 --max 30 pagine
add BOOK,[0,0,0,0,0,0,0,0,0,0]
set PAGE=getat(BOOK,Loop)
repeat with Loop2= 1 to 10 -- with max ten obj's
setat Page,Loop2,[#ACTIVE:0,#X:0,#Y:0,#X_SIZE:0,#Y_SIZE:0,#TEXT:EMPTY,#CAST:EMPTY,#TYPE:1]
end repeat --Loop2 end
end repeat --Loop end
end